home *** CD-ROM | disk | FTP | other *** search
-
- CONST
- bpq_open = 1; (* BPQ function codes in AH *)
- bpq_send_frame = 2;
- bpq_recv_frame = 3;
- bpq_status = 4;
- bpq_ack_status = 5;
- bpq_cmd = 6;
- bpq_get_counts = 7;
- bpq_get_call = 8;
- bpq_send_kiss = 10;
- bpq_monitor = 11;
-
- bpq_cmd_connect = 1; (* BPQ command codes for AL *)
- bpq_cmd_disconnect = 2;
-
- bpq_status_connect = 1;
- bpq_status_disconnect = 0;
-
- bpq_appl_flag_command = $01;
- bpq_appl_flag_sendcon_user = $02;
- bpq_appl_flag_sendcon_appl = $04;
-
- bpq_appl_mask_bbs = $01;
- bpq_appl_mask_monitor = $80;
-